-
Notifications
You must be signed in to change notification settings - Fork 43
test: libp2p transport test suite #93
base: master
Are you sure you want to change the base?
Conversation
The tests are failing because we're running into the |
@marten-seemann it would be really nice to get this passing. |
I've updated to the latest test-suite and made the build pass again: https://github.com/liamsi/go-libp2p-quic-transport/tree/transport-test-updated The tests fail locally but with other fails than Edit: Although it seems the |
8b5b2b1
to
88af285
Compare
@liamsi pulled. |
70c0573
to
64ec128
Compare
Ok, after libp2p/go-libp2p-testing#34, everything but windows is passing, and windows is failing consistently. This looks like it might be a QUIC bug. |
Hm. I take that back? I'm getting:
On ubuntu as well, but not as reliably. Also, after a quite a few runs, I'm getting "open sockets", even though I'm cleaning them up. Clearly we're something is failing to garbage collect (could be the test?). |
Ok, that's just us hanging on to old sessions. |
"retired connections" |
64ec128
to
2964bc9
Compare
2964bc9
to
5237396
Compare
Taking over #13. Can't figure out how to commit to the original branch and continue that PR.